AT
[Modifier] - Used with PRINT command, it defines the position of characters output
Syntax:
AT y,x
Parameters:
y: y coordinate in characters counted from the top (0-23)
x; x coordinate in characters counted from left (0-31)
Description:
AT is not a statement, but a modifier. It can be used both as a PRINT modifier and a variable declaration modifier
Examples:
REM Print a string at position y=12 and x=15 PRINT AT 12,15;"String"
The above program prints the characters "String" at given position.
Notes:
See also:
Supported Plattforms:
ZX Spectrum